Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define ICACHE_RAM_ATTR for ESP32 #11

Closed
wants to merge 1 commit into from
Closed

Conversation

Bacto
Copy link
Contributor

@Bacto Bacto commented Oct 1, 2017

ICACHE_RAM_ATTR is not defined on ESP32 and prevent compiling on this platform.
Defining it to IRAM_ATTR resolves the problem.

@puuu
Copy link
Owner

puuu commented Oct 2, 2017

ESP32 support sounds cool!

Can you confirm that this library (with this patch) works on an ESP32?
Is IRAM_ATTR the equivalent to ICACHE_RAM_ATTR.

@Bacto
Copy link
Contributor Author

Bacto commented Oct 2, 2017

I can confirm that the lib works well (for what I know) on ESP32 :)
IRAM_ATTR seems to be the equivalent of ICACHE_RAM_ATTR.

@puuu
Copy link
Owner

puuu commented Oct 3, 2017

Please tell more details, how did you tested it.
Which ESP32 board, protocol and rf device did you used? Did you tried transmitting and/or receiving?

@puuu
Copy link
Owner

puuu commented Dec 1, 2017

@Bacto I merged this in a66a556 for a silent launch of esp32 support in the next release. I do not have any esp32 hardware to test. Please can you test and report.

@puuu
Copy link
Owner

puuu commented Dec 5, 2017

This has been released in version 0.12.0. Please report on tests in #23.

@puuu puuu closed this Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants